home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Disk-Repair-Utilities / PRINTDIR.ZIP / _SETUP.1 / PrintDirect.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-05-22  |  10KB  |  430 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 33
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'PrintDirect'
  7.   ClientHeight = 364
  8.   ClientWidth = 218
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 0
  25.     Width = 48
  26.     Height = 13
  27.     Caption = 'File &Mask:'
  28.     FocusControl = ebMask
  29.   end
  30.   object RZDirectoryListBox: TRzDirectoryListBox
  31.     Left = 8
  32.     Top = 36
  33.     Width = 201
  34.     Height = 117
  35.     Hint = '|Select directory to process.'
  36.     HelpContext = 5
  37.     Color = clWhite
  38.     ItemHeight = 17
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     TabOrder = 1
  42.   end
  43.   object RzDriveComboBox: TRzDriveComboBox
  44.     Left = 8
  45.     Top = 156
  46.     Width = 201
  47.     Height = 22
  48.     Hint = '|Select drive to process.'
  49.     HelpContext = 14
  50.     DirList = RZDirectoryListBox
  51.     TabOrder = 2
  52.   end
  53.   object btnProcess: TBitBtn
  54.     Left = 71
  55.     Top = 316
  56.     Width = 75
  57.     Height = 25
  58.     Hint = '|Process the selected directory.'
  59.     HelpContext = 11
  60.     Caption = '&Process'
  61.     TabOrder = 4
  62.     OnClick = btnProcessClick
  63.     Glyph.Data = {
  64.       76010000424D7601000000000000760000002800000020000000100000000100
  65.       04000000000000010000130B0000130B00001000000000000000000000000000
  66.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  67.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  68.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  69.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  70.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  71.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  72.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  73.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  74.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  75.       33333337FFFF7733333333300000033333333337777773333333}
  76.     NumGlyphs = 2
  77.   end
  78.   object StatusBar: TStatusBar
  79.     Left = 0
  80.     Top = 345
  81.     Width = 218
  82.     Height = 19
  83.     Panels = <
  84.       item
  85.         Width = 50
  86.       end>
  87.     ParentShowHint = False
  88.     ShowHint = False
  89.     SimplePanel = False
  90.     SizeGrip = False
  91.   end
  92.   object ebMask: TEdit
  93.     Left = 8
  94.     Top = 12
  95.     Width = 201
  96.     Height = 21
  97.     Hint = '|Enter file mask.'
  98.     HelpContext = 4
  99.     ParentShowHint = False
  100.     ShowHint = True
  101.     TabOrder = 0
  102.     Text = '*.*'
  103.   end
  104.   object PageControl: TPageControl
  105.     Left = 8
  106.     Top = 180
  107.     Width = 201
  108.     Height = 121
  109.     ActivePage = FieldsSheet
  110.     TabOrder = 3
  111.     TabPosition = tpBottom
  112.     object FieldsSheet: TTabSheet
  113.       Hint = '|Select the fields to display.'
  114.       HelpContext = 6
  115.       Caption = 'Fields'
  116.       object cbFileName: TCheckBox
  117.         Tag = 1
  118.         Left = 9
  119.         Top = 6
  120.         Width = 75
  121.         Height = 17
  122.         Caption = '&Filename'
  123.         TabOrder = 0
  124.       end
  125.       object cbFileDate: TCheckBox
  126.         Tag = 2
  127.         Left = 9
  128.         Top = 22
  129.         Width = 75
  130.         Height = 17
  131.         Caption = '&Date'
  132.         TabOrder = 1
  133.       end
  134.       object cbFileTime: TCheckBox
  135.         Tag = 4
  136.         Left = 9
  137.         Top = 38
  138.         Width = 75
  139.         Height = 17
  140.         Caption = 'Tim&e'
  141.         TabOrder = 2
  142.       end
  143.       object cbAttrib: TCheckBox
  144.         Tag = 8
  145.         Left = 9
  146.         Top = 54
  147.         Width = 75
  148.         Height = 17
  149.         Caption = '&Attributes'
  150.         TabOrder = 3
  151.       end
  152.       object cbLevel: TCheckBox
  153.         Tag = 32
  154.         Left = 93
  155.         Top = 6
  156.         Width = 90
  157.         Height = 17
  158.         Caption = '&Level'
  159.         TabOrder = 5
  160.       end
  161.       object cbPath: TCheckBox
  162.         Tag = 64
  163.         Left = 93
  164.         Top = 22
  165.         Width = 90
  166.         Height = 17
  167.         Caption = 'Pa&th'
  168.         TabOrder = 6
  169.       end
  170.       object cbCdate: TCheckBox
  171.         Tag = 128
  172.         Left = 93
  173.         Top = 38
  174.         Width = 90
  175.         Height = 17
  176.         Caption = '&Creation Date'
  177.         TabOrder = 7
  178.       end
  179.       object cbCTime: TCheckBox
  180.         Tag = 256
  181.         Left = 93
  182.         Top = 54
  183.         Width = 90
  184.         Height = 17
  185.         Caption = 'Creation Ti&me'
  186.         TabOrder = 8
  187.       end
  188.       object cbSize: TCheckBox
  189.         Tag = 16
  190.         Left = 9
  191.         Top = 70
  192.         Width = 75
  193.         Height = 17
  194.         Caption = '&Size'
  195.         TabOrder = 4
  196.       end
  197.     end
  198.     object ExcludeSheet: TTabSheet
  199.       Hint = '|Set exclusion options.'
  200.       HelpContext = 9
  201.       Caption = 'Exclude'
  202.       object Bevel1: TBevel
  203.         Left = 9
  204.         Top = 48
  205.         Width = 175
  206.         Height = 13
  207.         Shape = bsBottomLine
  208.       end
  209.       object cbArchive: TCheckBox
  210.         Tag = 1
  211.         Left = 9
  212.         Top = 6
  213.         Width = 75
  214.         Height = 17
  215.         Caption = '&Archive'
  216.         TabOrder = 0
  217.       end
  218.       object cbHidden: TCheckBox
  219.         Tag = 2
  220.         Left = 9
  221.         Top = 22
  222.         Width = 75
  223.         Height = 17
  224.         Caption = 'Hid&den'
  225.         TabOrder = 1
  226.       end
  227.       object cbReadOnly: TCheckBox
  228.         Tag = 4
  229.         Left = 9
  230.         Top = 38
  231.         Width = 75
  232.         Height = 17
  233.         Caption = '&Read-only'
  234.         TabOrder = 2
  235.       end
  236.       object cbSystem: TCheckBox
  237.         Tag = 16
  238.         Left = 93
  239.         Top = 22
  240.         Width = 75
  241.         Height = 17
  242.         Caption = '&System'
  243.         TabOrder = 4
  244.       end
  245.       object cbDirectory: TCheckBox
  246.         Tag = 8
  247.         Left = 93
  248.         Top = 6
  249.         Width = 75
  250.         Height = 17
  251.         Caption = '&Directory'
  252.         TabOrder = 3
  253.       end
  254.       object cbPSD: TCheckBox
  255.         Tag = 64
  256.         Left = 9
  257.         Top = 64
  258.         Width = 161
  259.         Height = 17
  260.         Caption = 'Pro&cess Subdirectories'
  261.         TabOrder = 6
  262.       end
  263.       object cbNA: TCheckBox
  264.         Tag = 32
  265.         Left = 93
  266.         Top = 38
  267.         Width = 75
  268.         Height = 17
  269.         Caption = '&Non-attrib'
  270.         TabOrder = 5
  271.       end
  272.     end
  273.     object TabSheet1: TTabSheet
  274.       Hint = '|Output sort order.'
  275.       Caption = 'Sort'
  276.       object rbDate: TRadioButton
  277.         Tag = 4
  278.         Left = 9
  279.         Top = 38
  280.         Width = 90
  281.         Height = 17
  282.         Caption = '&Date'
  283.         TabOrder = 0
  284.       end
  285.       object rbCDate: TRadioButton
  286.         Tag = 8
  287.         Left = 9
  288.         Top = 54
  289.         Width = 90
  290.         Height = 17
  291.         Caption = '&Creation Date'
  292.         TabOrder = 1
  293.       end
  294.       object rbName: TRadioButton
  295.         Tag = 1
  296.         Left = 9
  297.         Top = 6
  298.         Width = 90
  299.         Height = 17
  300.         Caption = 'Na&me'
  301.         TabOrder = 2
  302.       end
  303.       object rbSize: TRadioButton
  304.         Tag = 2
  305.         Left = 9
  306.         Top = 22
  307.         Width = 90
  308.         Height = 17
  309.         Caption = '&Size'
  310.         TabOrder = 3
  311.       end
  312.       object rbTime: TRadioButton
  313.         Tag = 16
  314.         Left = 84
  315.         Top = 6
  316.         Width = 90
  317.         Height = 17
  318.         Caption = '&Time'
  319.         TabOrder = 4
  320.       end
  321.       object rbCTime: TRadioButton
  322.         Tag = 32
  323.         Left = 84
  324.         Top = 22
  325.         Width = 90
  326.         Height = 17
  327.         Caption = 'Creation Time'
  328.         TabOrder = 5
  329.       end
  330.     end
  331.   end
  332.   object Button1: TButton
  333.     Left = 128
  334.     Top = 4
  335.     Width = 75
  336.     Height = 25
  337.     Caption = 'Del Reg'
  338.     Enabled = False
  339.     TabOrder = 6
  340.     Visible = False
  341.     OnClick = Button1Click
  342.   end
  343.   object MainMenu: TMainMenu
  344.     Left = 12
  345.     Top = 308
  346.     object Options1: TMenuItem
  347.       Caption = '&Options'
  348.       object Processmenuitem: TMenuItem
  349.         Caption = '&Process...'
  350.         ShortCut = 32848
  351.         OnClick = btnProcessClick
  352.       end
  353.       object PrintSetup1: TMenuItem
  354.         Caption = 'Printer &Setup'
  355.         OnClick = PrintSetup1Click
  356.       end
  357.       object N4: TMenuItem
  358.         Caption = '-'
  359.       end
  360.       object SaveonExit: TMenuItem
  361.         Caption = 'Save on Exit'
  362.         Checked = True
  363.         Hint = '|Check to save preferences on exit.'
  364.         OnClick = SaveonExitClick
  365.       end
  366.       object N2: TMenuItem
  367.         Caption = '-'
  368.       end
  369.       object ExitMenuItem: TMenuItem
  370.         Caption = 'E&xit'
  371.         Hint = '|Exit the application.'
  372.         ShortCut = 32856
  373.         OnClick = ExitMenuItemClick
  374.       end
  375.     end
  376.     object Help1: TMenuItem
  377.       Caption = '&Help'
  378.       Hint = '|Help topics.'
  379.       object Contents1: TMenuItem
  380.         Caption = '&Contents'
  381.         Hint = '|Display help contents.'
  382.         ShortCut = 112
  383.         OnClick = Contents1Click
  384.       end
  385.       object N1: TMenuItem
  386.         Caption = '-'
  387.       end
  388.       object BPTechnologies1: TMenuItem
  389.         Caption = '&B&&P Technologies'
  390.         Hint = '|Visit B&P Technologies on the web.'
  391.         OnClick = BPTechnologies1Click
  392.       end
  393.       object RegisterPrintDirect: TMenuItem
  394.         Caption = '&Register PrintDirect'
  395.         Hint = '|Register PrintDirect Online.'
  396.         OnClick = RegisterPrintDirectClick
  397.       end
  398.       object N3: TMenuItem
  399.         Caption = '-'
  400.       end
  401.       object About1: TMenuItem
  402.         Caption = '&About...'
  403.         Hint = '|Display product information.'
  404.         OnClick = About1Click
  405.       end
  406.     end
  407.   end
  408.   object PrinterSetup: TPrinterSetupDialog
  409.     Left = 172
  410.     Top = 320
  411.   end
  412.   object RtRegControl1: TRtRegControl
  413.     EncodeKey = 'ILVMD'
  414.     GenKind = gkTripleDes
  415.     SaveFileName = 'pdmd.386'
  416.     SafeFileName = 'HKEY_CLASSES_ROOT\PDL'
  417.     SaveKind = skIni
  418.     SafeKind = skDef
  419.     PCKey = False
  420.     ProductKey = 'YTGU6W'
  421.     BaseKey = 'PDM98'
  422.     OnRegister = RtRegControl1Register
  423.     OnStartDateLock = RtRegControl1StartCountLock
  424.     OnEndDateLock = RtRegControl1EndCountLock
  425.     Left = 172
  426.     Top = 288
  427.     Data = {0552545245473C94050140EB9800E33632419CEB98002C}
  428.   end
  429. end
  430.